home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / UNATTEND.TXT < prev    next >
Encoding:
Text File  |  2003-07-01  |  1.3 KB  |  51 lines

  1. ; Microsoft Windows 2000 Professional, Server, Advanced Server and Datacenter
  2. ; (c) 1994 - 1999 Microsoft Corporation. All rights reserved.
  3. ;
  4. ; Sample Unattended Setup Answer File
  5. ;
  6. ; This file contains information about how to automate the installation
  7. ; or upgrade of Windows 2000 Professional and Windows 2000 Server so the
  8. ; Setup program runs without requiring user input.
  9. ;
  10.  
  11. [Unattended]
  12. Unattendmode = FullUnattended
  13. OemPreinstall = NO
  14. TargetPath = WINNT
  15. Filesystem = LeaveAlone
  16.  
  17. [UserData]
  18. FullName = "Your User Name"
  19. OrgName = "Your Organization Name"
  20. ComputerName = "COMPUTER_NAME"
  21.  
  22. [GuiUnattended]
  23. ; Sets the Timezone to the Pacific Northwest
  24. ; Sets the Admin Password to NULL
  25. ; Turn AutoLogon ON and login once
  26. TimeZone = "004"
  27. AdminPassword = *
  28. AutoLogon = Yes
  29. AutoLogonCount = 1
  30.  
  31. ;For Server installs
  32. [LicenseFilePrintData]
  33. AutoMode = "PerServer"
  34. AutoUsers = "5"
  35.  
  36. [GuiRunOnce]
  37. ; List the programs that you want to lauch when the machine is logged into for the first time
  38.  
  39. [Display]
  40. BitsPerPel = 8
  41. XResolution = 800
  42. YResolution = 600
  43. VRefresh = 70
  44.  
  45. [Networking]
  46. ; When set to YES, setup will install default networking components. The components to be set are
  47. ; TCP/IP, File and Print Sharing, and the Client for Microsoft Networks. 
  48. InstallDefaultComponents = YES
  49.  
  50. [Identification]
  51. JoinWorkgroup = Workgroup